home *** CD-ROM | disk | FTP | other *** search
/ Champak 139 / (Vol 139) Sep 24 2011.iso / Games / theme_park_thriller.swf / scripts / DefineButton2_294 / BUTTONCONDACTION on(press).as
Text File  |  2011-09-24  |  86b  |  7 lines

  1. on(press){
  2.    if(scoreWindow._y < ymin)
  3.    {
  4.       scoreWindow._y += 50;
  5.    }
  6. }
  7.